home *** CD-ROM | disk | FTP | other *** search
- /* sysdefs.h -- #defines for your system created by ./makeargs.sh.
- Do NOT EDIT this file, since any changes will disappear.
- Instead, edit ./makeargs.sh, or config.h, or machines.h. */
-
- #if !defined (_SYSDEFS_H_)
- #define _SYSDEFS_H_
-
- #define HAVE_SHARED_LIBS
-
- #if !defined (MAINTAINER)
- # define MAINTAINER scott@sparc1.stevens-tech.edu
- #endif /* MAINTAINER */
-
- #if !defined (HAVE_CSH)
- # define HAVE_CSH
- #endif /* HAVE_CSH */
-
- #if !defined (RANLIB_LOCATION)
- # define RANLIB_LOCATION /usr/bin/ranlib
- #endif /* RANLIB_LOCATION */
-
- #if !defined (HAVE_UNISTD_H)
- # define HAVE_UNISTD_H
- #endif /* HAVE_UNISTD_H */
-
- #if !defined (HAVE_WAIT_H)
- # define HAVE_WAIT_H
- #endif /* HAVE_WAIT_H */
-
- #if !defined (HAVE_ALLOCA_H)
- # define HAVE_ALLOCA_H
- #endif /* HAVE_ALLOCA_H */
-
- #if !defined (HAVE_RESOURCE)
- # define HAVE_RESOURCE
- #endif /* HAVE_RESOURCE */
-
- #endif /* _SYSDEFS_H_ */
-